DdsClient Object

The DdsClient object is the main interface for most DDS scripting tasks. Declare the object using the following code:

CreateObject("CxDds.DdsClient")

Each method in this document will assume you have declared and connected the DdsClient object using the following code:

Dim DdsClient

Set DdsClient = CreateObject("CxDds.DdsClient")

DdsClient.Connect("CYGDEMO.DDS")


More: